home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / program / sv33e.zip / README.TXT < prev    next >
Text File  |  1995-12-20  |  8KB  |  212 lines

  1.  
  2. Thank you for your interest in Source View V3.3e.  This file
  3. is the latest addendum for the current release.
  4.  
  5. 1. What's new in Source View V3.3e?
  6.  
  7.    1a. Tabular text block operation is  the  latest  feature
  8.        offered in V3.3. You can now mark, copy,  move,  save
  9.        search and replace any  desire  number  of  rows  and
  10.        columns of text.
  11.  
  12.    1b. The Mark to End of Lines [Ctrl K E] function designed
  13.        specifically for tabular text block makes it easy  to
  14.        capture text, like program comment, that start  at  a
  15.        fixed column but have variable length.
  16.  
  17.    1c. Variable tab size of 2, 4 and 8 is now supported.
  18.  
  19.    1d. The Status Line Text setup option is added  to  allow
  20.        helpful hints to be displayed in the edit screen.
  21.  
  22.    1e. A new command buffer  is  added  for  the  main  menu
  23.        function File-Command to allow recalling of the  last
  24.        command.
  25.  
  26.    1f. A TCC/BCC Patch is added to Setup to work around  the
  27.        problems with the two  Borland  C/C++  compiler  when
  28.        using Run-time File Access Interface.
  29.  
  30.    1g. In cascade mode, file windows are nolonger rearranged
  31.        after a file is closed.
  32.  
  33. 2. Even though a lot of the  features  in  Source  View  are
  34.    designed for programmers, you  can  also  use  it  as  an
  35.    advance text  editor.  Another  good  way  of  using  the
  36.    editing power of Source  View  is  software  integration.
  37.    Many  programs  allow  users  to  designate   an   editor
  38.    replacement. For example:
  39.  
  40.    2a. The 1Word editor in XTGOLD can edit only one file  no
  41.        larger than 64K.  You can designate  Source  View  as
  42.        a replacement in the  configuration  (Alt-F10)  under
  43.        item "Editor program:".
  44.  
  45.    2b. The  PCEdit  in  ProComm  Plus  also  has  the   same
  46.        limitation and can be  replaced  by  Source  View  in
  47.        SETUP UTILITY (Alt-S) under item  FILE/PATH  Options.
  48.        The QLEdit in QuickLink II/Fax can be replaced  in  a
  49.        similar manner.
  50.  
  51.    2c. The default editor  in  FoxPro  can  be  replaced  by
  52.        adding the following line to CONFIG.FP:
  53.        
  54.      TEDIT = /0 SV.COM
  55.  
  56. 3. You might know the SysEdit program in Windows  3.1  which
  57.    automatically opens the four system  files  for  DOS  and
  58.    Windows.  Here is a tip on how you can do it in DOS  with
  59.    Source View:
  60.  
  61.    3a. Create a one-line batch file SYSED.BAT as follows:
  62.  
  63.      @SV C:\WINDOWS\SYSTEM.INI C:\WINDOWS\WIN.INI C:\AUTOEXEC.BAT C:\CONFIG.SYS
  64.  
  65.    3b. Place both  SYSED.BAT  and  SV.COM  in  one  of  your
  66.        directories included in your PATH.
  67.        
  68.    3c. At any DOS prompt, type SYSED <CR>.
  69.  
  70. 4. All Source View opened files  must  fit  in  conventional
  71.    memory.  Therefore, the total size of all open files  can
  72.    not exceed 640K.  The maximum number  of  open  files  is
  73.    only subject to memory availability.
  74.  
  75.    Source View works fine in the DOS Window of Windows  3.x.
  76.    Further, the Paste function in the system menu (Edit)  of
  77.    the DOS Window also works well, provided that the  Indent
  78.    Mode must be turned off to allow correct  pasting.  Using
  79.    this function, the Source View  Editor  can  receive  any
  80.    text contents from the Windows clipboard.
  81.  
  82.    Certain video cards' Windows 3.x drivers were  improperly
  83.    written such that they  cause  Windows  to  report  error
  84.    message "Application cannot access video memory..."  when
  85.    running Source View in a DOS Window.  For  example,  most
  86.    video cards using Cirrus Logic chipsets,  including  most
  87.    Dell computers with integrated  local  bus  video  cards,
  88.    exhibit such problem.  A workaround to this problem is as
  89.    follows: in  the  coresponding  PIF  file  (DOSPRMPT.PIF,
  90.    _DEFAULT.PIF or SV.PIF), select the "Low Graphics"  radio
  91.    button in the Video Memory  section;  check  the  "Retain
  92.    Video Memory" checkbox in the Display Options section (in
  93.    the Advanced dialog).
  94.  
  95. 5. A number of bugs in V3.2x, V3.3x were fixed:
  96.  
  97.    5a. Undo fails when typing over  old  text  in  Overwrite
  98.        Mode and exceeding the end of original line.
  99.  
  100.    5b. Help on "Editor Setup Menu" scrolls up when the  last
  101.        text is longer than the width of the window.
  102.        
  103.    5c. Incorrectly displays the default key  assignment  for
  104.        Mark Position (1-4) function in Help and Setup.
  105.  
  106.    5d. Source View now assumes DOS new-line  format  if  the
  107.        file has only one line and without CRLF or NL,  where
  108.        before it assumes Unix new-line format.
  109.  
  110.    5e. Duplicate file can be opened for edit (not Read-only)
  111.        after undo a Rename Current File [Ctrl O N] action.
  112.  
  113.    5f. Dual window display format in  Display  Resolution  2
  114.        and 3 (40 and 50 lines) doesnot fill up the screen.
  115.  
  116.    5g. Find forward within block never reaches  "String  not
  117.        found." condition when there is a target string right
  118.        at the end of the block.  Replace  forward  tries  to
  119.        replace the target  string  twice  when  there  is  a
  120.        target string right at the end of the block.
  121.  
  122.    5h. Similar to 5g, Replace a String when  the  target  is
  123.        right at the end of the block causes the end of block
  124.        mark to be misplaced after the replacement and undo.
  125.  
  126.    5i. Find/Replace backward within block fails to locate  a
  127.        target string when it is right at  the  beginning  of
  128.        the block.
  129.  
  130.    5j. In a read-only files several editing functions can be
  131.        performed (e.g. [Delete] at end of line, shift  block
  132.        and insert text during dynamic blocking).
  133.  
  134.    5k. Save files using [Ctrl O S]  Save  All  Files  causes
  135.        Run-time File Access Interface to fail  (the  compile
  136.        gets wrong text).
  137.  
  138.    5l. All auto-indent functions (e.g. Backspace, New  Line)
  139.        always assumes tab size 8 regardless of Setup.
  140.        
  141.    5m. Opening a read-only file with a 8.3 filename crashes.
  142.  
  143.    5n. Display doesnot  refresh  after  a  setup  file  with
  144.        different tab size is loaded.
  145.    
  146.    5o. Paste a tabular block into the  middle  of  the  line
  147.        crashes.
  148.    
  149.    5p. Executing a program with a parameters longer than 128
  150.        characters crashes.
  151.  
  152.    5q. Cannot assgin F4 to the second line in Keymap  Setup.
  153.        For example, assign F4 to Find/Replace Again.
  154.  
  155.    5r. Hit ESC and F1 simultaneously and repeately crashes.
  156.  
  157.    5s. Mark the end of the tabular block at the last line of
  158.        the file causes New Line [Enter] to malfunction.
  159.  
  160.    5t. Crashes when copy  tabular  block  to  clipboard  the
  161.        second time.
  162.    
  163.    5u. Cannot paste the entire tabular block from  clipboard
  164.        after using Append to Clipboard [Ctrl K N].
  165.  
  166. 6. Since the first shareware version (V3.0i) of Source  View
  167.    published in 1993,  the  response  I  received  has  been
  168.    minimum.  It is obvious to me that the golden age of  DOS
  169.    text mode software has come  and  gone.  I  have  decided
  170.    that V3.x is the last version of Source View for DOS.
  171.  
  172.    A 16-bit version of Source View for Windows is  currently
  173.    under development.  It is written in C++, and I  plan  to
  174.    offer it in two parts: one is the Source View Editor Core
  175.    which includes all editing functions in  DLL  or  OBJ/LIB
  176.    form, along with complete documentations; the second part
  177.    is the front end GUI based on  the  Microsoft  Foundation
  178.    Class, complete with all source  code  and  resources.  A
  179.    32-bit version will also be developed when Windows 95  is
  180.    available.
  181.  
  182.    I have selected the SimTel  Software  Repository  as  the
  183.    primary release site for current and future  versions  of
  184.    Source View.  Other shareware publishing channels that  I
  185.    use include PC-SIG Library and JCS Marketing  (now  owned
  186.    by OWOBOPTE Industries, Inc.).
  187.  
  188.     Publisher:    SimTel Software Repository
  189.     FTP site:    ftp.coast.net (anonymous)
  190.     Directory:    SimTel/msdos/editor
  191.     File name:    sv33e.zip
  192.  
  193.     Publisher:    PC-SIG Library
  194.     Address:    5018 S Price Road
  195.             Tempe AZ. 85282-7445
  196.     Phone:
  197.     Fax:
  198.  
  199.     Publisher:    JCSM Shareware Collection
  200.     Address:    OWOBOPTE Industries Inc.
  201.             3101 Sibley Memorial Hwy.
  202.             Eagan, MN. 55121
  203.     Phone:        (612)686-0405
  204.     Fax:        (612)686-0312
  205.  
  206.    If you have any feedback, feel free to write  to  me  via
  207.    internet "michaelc@miti.com", or by mail:
  208.  
  209.     Michael W. Chen
  210.     11309 Elmcrest Street
  211.     El Monte, CA. 91732
  212.